From: Rashika Kheria Date: Sun, 9 Feb 2014 14:29:04 +0000 (+0530) Subject: net: Include appropriate header file in caif/caif_dev.c X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~7145^2~25 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8203274e1541392e8a85d4bcbcda55d62fe62469;p=linux-4.9.git net: Include appropriate header file in caif/caif_dev.c Include appropriate header file net/caif/caif_dev.h in caif/caif_dev.c because it has prototype declarations of function defined in caif/caif_dev.c. This eliminates the following file in caif/caif_dev.c: net/caif/caif_dev.c:303:6: warning: no previous prototype for ‘caif_enroll_dev’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c index 4dca159435cf..edbca468fa73 100644 --- a/net/caif/caif_dev.c +++ b/net/caif/caif_dev.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include